From 4206c54a4543723ef2e10fa7906b65b8e8cf418d Mon Sep 17 00:00:00 2001 From: robertl Date: Tue, 16 Mar 2004 03:46:43 +0000 Subject: [PATCH] Add type mappings for event/unknown caches. --- gpx.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/gpx.c b/gpx.c index 144c41825..7807f0c86 100644 --- a/gpx.c +++ b/gpx.c @@ -450,7 +450,9 @@ gs_type_mapping{ } gs_type_map[] = { { gt_traditional, "Traditional cache" }, { gt_multi, "Multi-Cache" }, - { gt_virtual, "Virtual cache" } + { gt_virtual, "Virtual cache" }, + { gt_event, "Event cache" }, + { gt_suprise, "Unknown cache" }, }; struct -- 2.30.2